In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageImageResolution Method

GetPageImageResolution Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetPageImageResolution( _

   ByVal ImageIdx As Integer, _

   ByRef HorizontalResolution As Single, _

   ByRef VerticalResolution As Single _

) As GdPictureStatus
public GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   ref float HorizontalResolution,

   ref float VerticalResolution

)
public function GetPageImageResolution( 

    ImageIdx: Integer;

   var  HorizontalResolution: Single;

   var  VerticalResolution: Single

): GdPictureStatus; 
public function GetPageImageResolution( 

   ImageIdx : int,

   HorizontalResolution : float,

   VerticalResolution : float

) : GdPictureStatus;
public: GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   ref float HorizontalResolution,

   ref float VerticalResolution

) 
public:

GdPictureStatus GetPageImageResolution( 

   int ImageIdx,

   float% HorizontalResolution,

   float% VerticalResolution

) 

Parameters

ImageIdx
HorizontalResolution
VerticalResolution
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members